Keysight Pathwave 89600 VSA .NET API
ChangeSequencedLogicalChannels(Int32,LogicalChannelType[]) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Input Class > ChangeSequencedLogicalChannels Method : ChangeSequencedLogicalChannels(Int32,LogicalChannelType[]) Method


sequenceCount
The number of times to make acquisitions using the specified logical channels.
logicalChannelTypes
An ordered list of the logical channel types. The input logical channels will be in the same order as the specified types.

Glossary Item Box

Changes the input channel configuration for the current measurement by specifying the sequence count (number of times to make acquisitions) and the logical channel types for the input channels. The total number of logical channels will be the logical channel types count times the sequence count.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Sub ChangeSequencedLogicalChannels( _
   ByVal sequenceCount As Integer, _
   ByVal ParamArray logicalChannelTypes() As LogicalChannelType _
) 
C# 
public virtual void ChangeSequencedLogicalChannels( 
   int sequenceCount,
   params LogicalChannelType[] logicalChannelTypes
)
C++/CLI 
public:
virtual void ChangeSequencedLogicalChannels( 
   int sequenceCount,
   ... array<LogicalChannelType>^ logicalChannelTypes
) 

Parameters

sequenceCount
The number of times to make acquisitions using the specified logical channels.
logicalChannelTypes
An ordered list of the logical channel types. The input logical channels will be in the same order as the specified types.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionlogicalChannelTypes is null.
System.ArgumentOutOfRangeExceptionlogicalChannelTypes is not possible with the currently selected hardware or the sequence count is not possible with the current application version.
System.InvalidOperationExceptionIf any of the logical channel types are User, Digital, or ExternalMixer

Remarks

Sequential input channel configurations are not supported when using channel types for User, Digital, or ExternalMixer.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 25.00

See Also